-
Notifications
You must be signed in to change notification settings - Fork 18
add Nimbus targeting context tables #1209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
custom-namespaces.yaml
Outdated
firefox_ios_targeting_context: | ||
type: table_view | ||
tables: | ||
- table: mozdata.org_mozilla_ios_firefox.nimbus_recorded_targeting_context | ||
firefox_android_targeting_context: | ||
type: table_view | ||
tables: | ||
- table: mozdata.org_mozilla_fenix.nimbus_recorded_targeting_context |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might make sense to add table_explore
s for these too
b0cbab0
to
e97773e
Compare
@mikewilli @scholtzan could you double check that the changes I made make sense? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple comments, but not far off. Let me know if anything's still unclear.
firefox_ios_targeting_context_explore: | ||
type: table_explore | ||
views: | ||
base_view: mozdata.org_mozilla_ios_firefox.nimbus_recorded_targeting_context |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple comments that apply to both of these explores:
- I think they need to go under the
explores
section just below (i.e., same level asexperiment_crash_rates
on line 1046) - You don't need to give them a unique name since it's a different type of object (you can omit
_explore
once it's in theexplores
section if you want) - base_view should reference the Looker view as opposed to an actual view in bigquery, (
firefox_ios_targeting_context
for this one)
Add the Nimbus targeting context tables to the experimentation group